home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 8523 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.8 KB

  1. Path: news.mel.aone.net.au!usenet
  2. From: mpa@iig.com.au (Mark P Allen)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: HDs > 2gig HELP!
  5. Date: 28 Mar 1996 07:35:28 GMT
  6. Message-ID: <2522.6661T782T274@iig.com.au>
  7. References: <19960326.7D0D4E8.8890@ccubb.com>
  8. NNTP-Posting-Host: cnsta03.iig.com.au
  9. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  10.  
  11.  
  12. On 26-Mar-96 19:35:09, David Evans wrote:
  13.  
  14.  DE> Howdy.. I know I have seen the answer (but can't find it!).  What do I
  15.  DE> need to format drives greater then 2 gig in size?  I know I have to limit
  16.  DE> it to 2gig in size but how to I setup partition sizes etc??
  17.  
  18. Here is the mountlist I created with RDPrep after I had set up the values
  19. and prepped the drive. I used a mountlist posted by Joanne Dow as a
  20. template, though it appeared to me the RDB figures she posted were only
  21. suitable for a 2GB drive. Anyway, the following works perfectly for 2 x
  22. 2GB (well, 2GB and 1.999GB or 2048MB and 2047MB, depending on who is
  23. measuring the partition sizes) partitions on a Quantum XP34300S ATLAS
  24. (4.3GB) drive:
  25.  
  26. (Obviously, you should change Device, Unit, DOSType, MaxTransfer, Mask,
  27. HiID and HiDrive values according to your system)
  28.  
  29.  /* RigidDiskBlock. */
  30.  QUANTUM XP34300         581H:   disk = warpdrive.device
  31.          Unit = 3
  32.          BytesperBlock = 512
  33.          Cylinders = 4096
  34.          Heads = 32
  35.          BlocksPerTrack = 64
  36.          CylinderBlocks = 2048
  37.          RDBlow = 5 ; RDBhi = 2047
  38.          MinCyl = 1 ; MaxCyl = 4095
  39.          Interleave = 1
  40.          HiLun = TRUE
  41.          HiID = TRUE
  42.          HiDrive = TRUE
  43.          Reselect = FALSE
  44.  #
  45.  /* Partition. */
  46.  DV0:    device = warpdrive.device
  47.          Unit = 3
  48.          Flags = 0x0
  49.          Surfaces = 1
  50.          BlockSize = 512
  51.          BlocksPerTrack = 2048
  52.          Reserved = 2
  53.          Interleave = 0
  54.          LowCyl = 1 ; HighCyl = 2048
  55.          PreAlloc = 0
  56.          Buffers = 30
  57.          BufMemType = 1
  58.          DOSType = 0x444f5303
  59.          MaxTransfer = 2147483647
  60.          Mask = 0xffffffff
  61.          Mount = 1
  62.          /*! Bootable = 0 */
  63.          BootPri = -128
  64.  #
  65.  /* Partition. */
  66.  DV1:    device = warpdrive.device
  67.          Unit = 3
  68.          Flags = 0x0
  69.          Surfaces = 1
  70.          BlockSize = 512
  71.          BlocksPerTrack = 2048
  72.          Reserved = 2
  73.          Interleave = 0
  74.          LowCyl = 2049 ; HighCyl = 4095
  75.          PreAlloc = 0
  76.          Buffers = 30
  77.          BufMemType = 1
  78.          DOSType = 0x444f5303
  79.          MaxTransfer = 2147483647
  80.          Mask = 0xffffffff
  81.          Mount = 1
  82.          /*! Bootable = 0 */
  83.          BootPri = -128
  84.  #
  85.  
  86. Hope that helps...
  87.  
  88. (I would appreciate any comments from the experts if they see anything
  89. apparently erroneous in the above)
  90.  
  91. Regards,
  92.  
  93.          Mark
  94.  
  95. ---
  96.    mpa@iig.com.au     -    Ph:+61-70-332930     -         Cairns
  97.    Wishful Vision     -    Fx:+61-70-332931     -      Australia
  98. ---
  99.  
  100.  
  101.